ServiceGetDelegate Method (Mailbox, Boolean, IListUserId) |
Retrieves the delegates of a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateResponse GetDelegate(
Mailbox mailbox,
bool includePermissions,
IList<UserId> users
)
Public Function GetDelegate (
mailbox As Mailbox,
includePermissions As Boolean,
users As IList(Of UserId)
) As DelegateResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to retrieve the delegates of. - includePermissions
- Type: SystemBoolean
Indicates whether detailed permissions should be returned for each delegate. - users
- Type: System.Collections.GenericIListUserId
The IDs of the delegate users to retrieve.
Return Value
Type:
DelegateResponseA list of delegates for the mailbox.
See Also